Searched refs:TexSubImage3DArg (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl2_rendering_context_impl.h | 81 napi_value TexSubImage3D(napi_env env, const TexSubImage3DArg& imgArg, napi_value imageSource); 82 …napi_value TexSubImage3D(napi_env env, const TexSubImage3DArg& imgArg, napi_value data, GLuint src… 83 napi_value TexSubImage3D(napi_env env, const TexSubImage3DArg& imgArg, GLintptr pboOffset); 89 napi_env env, const TexSubImage3DArg& imgArg, GLsizei imageSize, GLintptr offset); 91 …napi_env env, const TexSubImage3DArg& imgArg, napi_value data, GLuint srcOffset, GLuint srcLengthO… 148 GLenum CheckTexSubImage3D(napi_env env, const TexSubImage3DArg& arg);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_arg.h | 304 struct TexSubImage3DArg : public TexSubImage2DArg { struct 306 TexSubImage3DArg() : TexSubImage2DArg(), zOffset(0) {} in TexSubImage3DArg() argument 307 TexSubImage3DArg(const TexSubImage3DArg& arg) : TexSubImage2DArg(arg) in TexSubImage3DArg() function
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 803 GLenum WebGL2RenderingContextImpl::CheckTexSubImage3D(napi_env env, const TexSubImage3DArg& arg) in CheckTexSubImage3D() 834 napi_value WebGL2RenderingContextImpl::TexSubImage3D(napi_env env, const TexSubImage3DArg& arg, nap… in TexSubImage3D() 836 TexSubImage3DArg imgArg(arg); in TexSubImage3D() 866 napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexSubImage3D() 905 napi_value WebGL2RenderingContextImpl::TexSubImage3D(napi_env env, const TexSubImage3DArg& imgArg, … in TexSubImage3D() 994 napi_env env, const TexSubImage3DArg& imgArg, GLsizei imageSize, GLintptr offset) in CompressedTexSubImage3D() 1013 …napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLeng… in CompressedTexSubImage3D()
|
H A D | webgl_arg.cpp | 856 void TexSubImage3DArg::Dump(const std::string& info) const in Dump()
|
H A D | webgl2_rendering_context_base.cpp | 730 TexSubImage3DArg imgArg = {}; in TexSubImage3D() 927 TexSubImage3DArg imgArg = {}; in CompressedTexSubImage3D()
|