Searched refs:GL_INT64_ARB (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | queryobj.c | 823 bool is_64bit = ptype == GL_INT64_ARB || in get_query_object() 898 case GL_INT64_ARB: in get_query_object() 939 id, pname, GL_INT64_ARB, in _mesa_GetQueryObjecti64v() 1004 id, pname, GL_INT64_ARB, buf, offset); in _mesa_GetQueryBufferObjecti64v()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 361 (ptype == GL_INT64_ARB || in st_StoreQueryResult() 374 case GL_INT64_ARB: in st_StoreQueryResult()
|
D | st_glsl_to_tgsi.cpp | 846 datatype == GL_INT64_ARB || in add_constant() 3189 gl_type = GL_INT64_ARB; in visit() 5499 case GL_INT64_ARB: in emit_immediate()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | gl_types.h | 46 #define GL_INT64_ARB 0x140E macro
|
D | reflection.cpp | 600 case EbtInt64: return GL_INT64_ARB + offset; in mapToGlType() 696 case EbtInt64: return GL_INT64_ARB; in mapToGlType()
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.h | 178 case GL_INT64_ARB: in is_64bit()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 97 DECL_TYPE(int64_t, GL_INT64_ARB, GLSL_TYPE_INT64, 1, 1)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | hsw_queryobj.c | 377 case GL_INT64_ARB: in store_query_result_imm()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 3258 #define GL_INT64_ARB 0x140E macro
|
D | glext.h | 3414 #define GL_INT64_ARB 0x140E macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 3258 #define GL_INT64_ARB 0x140E macro
|
D | glext.h | 3414 #define GL_INT64_ARB 0x140E macro
|