Searched refs:GetTexLevelParameteriv (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLUtil.h | 99 GR_GL_CALL(gl, GetTexLevelParameteriv(t, l, pname, p)); \
|
D | GrGLAssembleInterface.cpp | 183 GET_PROC(GetTexLevelParameteriv); in GrGLAssembleGLInterface()
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 98 GetTexLevelParameteriv, GetTexLevelParameterfv, GetTexParameteriv, and 106 CompressedTexSubImage2D, GetTexLevelParameteriv, and 114 GetTexLevelParameteriv, and GetTexLevelParameterfv:
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 510 PFNGETTEXLEVELPARAMETERIVPROC GetTexLevelParameteriv; variable 1043 …GetTexLevelParameteriv = (PFNGETTEXLEVELPARAMETERIVPROC)IntGetProcAddress("glGetTexLevelParameteri… in Switch_GetTexLevelParameteriv() 1044 GetTexLevelParameteriv(target, level, pname, params); in Switch_GetTexLevelParameteriv() 2498 GetTexLevelParameteriv = Switch_GetTexLevelParameteriv; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1113 …extern void (CODEGEN_FUNCPTR *GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GL…
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 335 void (GLAPIENTRY * GetTexLevelParameteriv)(GLenum, GLint, GLenum, GLint *);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 851 { "glGetTexLevelParameteriv", _O(GetTexLevelParameteriv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 838 #define glGetTexLevelParameteriv MANGLE(GetTexLevelParameteriv)
|