Home
last modified time | relevance | path

Searched refs:GetFloatv (Results 1 – 17 of 17) sorted by relevance

/external/deqp/external/openglcts/docs/specs/
DCTS_EXT_polygon_offset_clamp.txt44 * Check if GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv
DCTS_EXT_texture_filter_anisotropic.txt54 * Test GetBooleanv, GetDoublev, GetFloatv and GetIntegerv queries for <pname>"
DCTS_ARB_parallel_shader_compile.txt42 * Test GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev
DCTS_ARB_indirect_parameters.txt53 Verify if GetIntegerv, GetBooleanv, GetFloatv and GetDoublev
DCTS_ARB_sparse_texture.txt74 * Test GetIntegerv, GetFloatv, GetDoublev, GetInteger64v,
/external/swiftshader/extensions/
DCHROMIUM_texture_filtering_hint.txt44 Accepted by the <pname> parameter of GetIntegerv, GetFloatv and GetBooleanv
/external/mesa3d/docs/specs/OLD/
DMESA_sprite_point.spec108 GetIntegerv, GetBooleanv, GetFloatv and GetDoublev:
DMESA_program_debug.spec195 GetFloatv
/external/mesa3d/docs/specs/
DMESA_texture_array.spec96 the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
120 GetFloatv, and GetDoublev
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp226 void GetFloatv(GLenum pname, GLfloat* params);
900 return es1::GetFloatv(pname, params); in glGetFloatv()
1491 this->glGetFloatv = es1::GetFloatv; in LibGLES_CMexports()
DlibGLES_CM.cpp1999 void GetFloatv(GLenum pname, GLfloat* params) in GetFloatv() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h312 void (GLAPIENTRY * GetFloatv)(GLenum, GLfloat *);
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h101 void GetFloatv(GLenum pname, GLfloat* params);
Dentry_points.cpp452 return gl::GetFloatv(pname, params); in glGetFloatv()
1620 this->glGetFloatv = gl::GetFloatv; in LibGLESv2exports()
DlibGLESv2.cpp2527 void GetFloatv(GLenum pname, GLfloat* params) in GetFloatv() function
6442 FUNCTION(GetFloatv), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp826 { "glGetFloatv", _O(GetFloatv) },
/external/mesa3d/include/GL/
Dgl_mangle.h766 #define glGetFloatv MANGLE(GetFloatv)